Use XML-RPC as a transport for Xend instead of S-Expression/HTTP.
authoranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Thu, 23 Mar 2006 10:25:37 +0000 (11:25 +0100)
committeranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Thu, 23 Mar 2006 10:25:37 +0000 (11:25 +0100)
commit19c9e3114627c696f2741d0450dc1b735e60743b
tree18e6886a739d0208c70425814fd24e2222c1d228
parentb699d329f76ec8578a03ec9b131e9e03245de3fd
Use XML-RPC as a transport for Xend instead of S-Expression/HTTP.

This changeset introduces a new XML-RPC service that runs in Xend and the
required changes to have xm use this new service by default.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
12 files changed:
tools/python/xen/util/xmlrpclib2.py [new file with mode: 0644]
tools/python/xen/xend/XendClient.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendError.py
tools/python/xen/xend/XendRoot.py
tools/python/xen/xend/server/SrvServer.py
tools/python/xen/xend/server/XMLRPCServer.py [new file with mode: 0644]
tools/python/xen/xm/create.py
tools/python/xen/xm/main.py
tools/python/xen/xm/migrate.py
tools/python/xen/xm/shutdown.py
tools/python/xen/xm/sysrq.py